home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / alad150.zip / STARTING.DOC < prev    next >
Text File  |  1991-03-25  |  13KB  |  320 lines

  1. -------------------------------------------------------------------
  2.       FIVE STEPS TO CONFIGURE AND USE GENIE PC ALADDIN v1.50
  3. -------------------------------------------------------------------
  4.  
  5.   **************************************************************
  6.   * REMEMBER, in Aladdin the F1 function key ALWAYS brings up  *
  7.   * context-sensitive help. If you're not sure about something *
  8.   * press the F1 key first!                                    *
  9.   **************************************************************
  10.  
  11. -------------------------------------------------------------------
  12.                       MINIMUM REQURIEMENTS
  13. -------------------------------------------------------------------
  14.  
  15. The minimum CONFIG.SYS parameter for use of Aladdin is,
  16.  
  17.    FILES=30
  18.  
  19. If you are using a multitasking environment like DesqView or
  20. Windows, increase the number from 30 to 50.
  21.  
  22. Additionally, if you want a little better performance from the
  23. program, put this line into the file as well,
  24.  
  25.    BUFFERS=20
  26.  
  27. Minimum required memory is about 500k free. You can verify the
  28. amount of memory available with your computer with the CHKDSK or
  29. MEM command (the latter only if you have DOS 4.x).
  30.  
  31. A hard disk is VERY STRONGLY recommended. Aladdin is VERY disk
  32. intensive and doesn't enjoy working on floppies only.
  33.  
  34. Other than this, all you need a modem (obviously), and a GEnie
  35. account.  Also, the cable that connects your computer to your
  36. external modem must support the DCD (carrier detect) and DTR
  37. (terminal ready) signal lines.  Most modem cable comply with
  38. these requirements, so don't worry too much about this unless you
  39. have problems getting started and nothing else seems to work.
  40.  
  41.  
  42. -------------------------------------------------------------------
  43.                   STEP 1 - CONFIGURING ALADDIN
  44. -------------------------------------------------------------------
  45.  
  46.  
  47. Start Aladdin by typing "ALADDIN" or "ALAD".  Press F5 from the
  48. main menu to bring up the configuration menu.  Here's where you
  49. enter the local GEnie telephone number, your name,  password,
  50. etc.  Press F1 at each "field" or entry area if you need
  51. guidelines as to what info is required.
  52.  
  53.         Phone number: 555-1212  |
  54.              User ID: XJM12345  | These are some of the fields (and
  55.             Password: KIRKSTUB  | default entries) in the configuration
  56.         GE Mail address: J.DOE  | menu.
  57.         BBS Nickname: John Doe  | Double-check these items first if you
  58.     Prompt character: "?" (63) *| experience any trouble logging on.
  59.        Break character: ^C (3) *|
  60.          COM: port (1 or 2): 1  | Entries marked with asterisks (*)
  61.                    Speed: 1200  | should remain as indicated.
  62.            Reset command: AT Z  |
  63.            Dial command: AT DT  | Make sure you do not enter any spaces
  64.        Command terminator: ^M  *| at the end of your entries in these
  65.   Connection message: CONNECT  *| fields.
  66.  
  67.  
  68. GEnie has configured the login for Aladdin 1.50 users to auto-
  69. matically select "?" as your GEnie prompt character, and Ctrl-C
  70. (^C) for your GEnie break character for each Aladdin session.
  71. Thus, you should leave these settings at "?" (63) and ^C (3) on
  72. the F5 configuration screen.
  73.  
  74. However, if for some reason, you absolutely cannot live with
  75. these defaults for Aladdin use, you can select non-standard
  76. prompt and break characters on the configuration screen, and
  77. use Aladdin with the /NOOVER command line argument.  To
  78. reiterate: if your prompt and/or break character are not
  79. "?" and Ctrl-C and you do not use the /NOOVER command line
  80. argument, Aladdin will not work properly with GEnie.
  81.  
  82. -------------------------------------------------------------------
  83.                   STEP 2 - SETTING UP YOUR MODEM
  84. -------------------------------------------------------------------
  85.  
  86. Aladdin makes intelligent use of the modem interface lines and
  87. requires that the DCD, DTR, CTS and DSR interface signals reflect
  88. the true status of the modem and/or cause the modem to take
  89. specific actions.  Many communications programs do not care about
  90. the status of these lines, but Aladdin cannot operatate without
  91. these lines being correctly configured.  You may need to reset
  92. some of the defaults in your modem to get Aladdin to work.
  93.  
  94. Additionally, Aladdin needs several default settings relating to
  95. result codes and command echo.  For Hayes 1200 (uses switches)
  96. and Hayes 2400 (uses commands only) modems, these requirements
  97. are as follows:
  98.  
  99. Hayes 1200   Hayes 2400         Comment
  100. ----------   ----------  ----------------------------------
  101.    S1 up        &D2        Allows modem to hangup when DTR
  102.                            signal toggles low
  103.    S2 up        V1         Verbal Result Codes (not digits)
  104.    S3 down      Q0         Result Codes are Sent
  105.    S4 up        E1         Echos characters in command state
  106.    S6 up        &C1        DCD follows Carrier Detect Status
  107.    S8 down      X1 (2,3,4) Enables extended result codes
  108.                            (depends on modem; X1 is good enough
  109.                             for Aladdin)
  110.  
  111. If your modem uses switches for configuration, all you need to do
  112. is set the switches correctly according to this table.
  113.  
  114. If your modem uses AT commands for configuration, you have two
  115. choices.  First, if your modem has NON-VOLATILE memory, you can
  116. enter the initialization string into the modem's memory (from
  117. the terminal screen) by entering:
  118.  
  119.                AT &C1 &D2 E1 V1 X1 Q0 &W
  120.  
  121. Then, all you need to enter into the RESET COMMAND field on the F5
  122. configuration screen is:
  123.  
  124.                          AT Z
  125.  
  126. Second, if your modem cannot store a default configuration in
  127. memory, or if you have trouble using terminal mode to program
  128. the modem defaults, you can enter the following string in the
  129. RESET COMMAND field, and Aladdin will reset the configuration,
  130. each time it dials the modem:
  131.  
  132.                AT &C1 &D2 E1 V1 X1 Q0
  133.  
  134. If an ERROR response is returned by your modem, then you'll have
  135. to experiment by removing individual commands (E1, V1, X1, Q0)
  136. until the ERROR disappears (in case one of these commands is not
  137. recognized by your modem).
  138.  
  139. If you have a non-standard  or Non-Hayes compatible modem,
  140. consult your modem manual, and see the "PROBLEMS ?" section
  141. below.
  142.  
  143.  
  144.            HAYES PERSONAL MODEM 1200 AND 2400 USERS
  145.  
  146. This type of modem does not retain the configuration after it is
  147. turned off.  However, Aladdin can force the modem to configure
  148. itself correctly by using a command line option.  In your RESET
  149. STRING field in the F5 configuration screen, enter the following
  150. characters:
  151.  
  152.  AT&C1&D2E1X1V1
  153.  
  154. Now, every time you invoke Aladdin, you must use the /MR (Modem
  155. Reset) command line argument, like this:
  156.  
  157.  ALADDIN /MR
  158.  
  159. ...or...
  160.  
  161.  ALAD /MR
  162.  
  163. This will force a reset of the modem and allow it to work
  164. properly.
  165.  
  166.                     MOST COMMON PROBLEM
  167.  
  168. If Aladdin will not dial the modem, and displays an "On" status
  169. indicator on the leftmost field of the bottom line of your
  170. display, indicating that it thinks that your modem is on-line and
  171. that it is currently connected to a remote computer, it is a sure
  172. sign that your modem lines are set wrong and you need to reset
  173. the DCD status or get a new modem cable.
  174.  
  175.  
  176. -------------------------------------------------------------------
  177.                  STEP 3 - SET UP ROUNDTABLE(S)
  178. -------------------------------------------------------------------
  179.  
  180. You already have two Roundtables entered in Aladdin - the Aladdin
  181. Roundtable and the IBMPC Roundtable.  You can use these to get
  182. started right away.
  183.  
  184. When you want to add more, use the F1 key at each entry field for
  185. guidance.  Page numbers of Roundtables can be found by typing
  186. F3,I.
  187.  
  188.  
  189. -------------------------------------------------------------------
  190.                    STEP 4 - GO TO IT!  LOG ON.
  191. -------------------------------------------------------------------
  192.  
  193. SUGGESTION  - on your first session with a new Roundtable, the
  194. amount of messages designated as NEW could be overwhelming. The
  195. IBMPC Roundtable is a typical example.
  196.  
  197. To avoid a lengthy and costly first session with such a
  198. Roundtable, here's a tip from GNOVOSIELSKI [GaryN]:
  199.  
  200. For brand-new RTs, the best semi-automatic method I've found is
  201. to:
  202.  
  203.    0. Set up the new RT on the F6 screen.  Don't
  204.       worry much about the Pass1 options yet, and
  205.       don't actually do a Pass1 either, until after
  206.       step 4 below.
  207.  
  208.    1. Do a <C>heck new messages for the new RT.
  209.       This also sets up the    topic file, making a
  210.       topic <U>pdate unnecessary. (2 birds, 1
  211.       logon.)
  212.  
  213.    2. In the "M" screen, <M>ark the topics you
  214.       want to read, using ALL, LAST or DATe, or
  215.       whatever (commands) you like.  Mark the ones
  216.       you don't want with IGNore (if you want to see
  217.       future activity) or with PERM (if you don't.)
  218.       Don't leave any KEEPS unless you really aren't
  219.       sure, and want to defer the decision till
  220.       later.  They'll keep haunting you as "new"
  221.       till you either read or ignore them.
  222.  
  223.    3. Do a Pass<2> to get the messages.  <R>ead
  224.       them at your leisure.
  225.  
  226.    4. Now you can set up the Pass<1> options the
  227.       way you want them for the future, which will
  228.       probably depend on what you learned from your
  229.       initial exposure to the RT.
  230.  
  231. For a more in-depth discussion of using Aladdin, see the
  232. USE_ALAD.DOC file included with this distribution.  Also, of
  233. course, see the manual!
  234.  
  235. -------------------------------------------------------------------
  236.                    STEP - 5  GET THE MANUAL
  237. -------------------------------------------------------------------
  238.  
  239. This actually should be Step 1, but most folks don't open a
  240. manual unless as a last resort, no less download one.  Once
  241. you've used Aladdin a little bit, you will probably desire to
  242. have the manual in order to fully appreciate all of Aladdin's
  243. features.
  244.  
  245. These are the current files in the library for two different
  246. versions of the GEnie PC Aladdin User's Manual.
  247.  
  248.       #   NAME            Uploader      Date     Size
  249.  ---------------------------------------------------------
  250.    77 ALADDOC.EXE     X   J.JIMENEZ     900816   143640
  251.         Desc: GEnie PC Aladdin Docs (ASCII)
  252.    76 ALADWP.EXE      X   J.JIMENEZ     900816   151200
  253.         Desc: GEnie PC Aladdin Docs (W.Perf.)
  254.  
  255.                             -OR-
  256.  
  257. You can now order a printed version of the manual direct from
  258. GEnie for $8.95. Type "ORDER", select menu item #2, and pick the
  259. Aladdin manual. That's all there is to it.
  260.  
  261. -------------------------------------------------------------------
  262.                          PROBLEMS ?
  263. -------------------------------------------------------------------
  264.  
  265. Some random notes:
  266.  
  267. The status indicator on the lower left hand screen of Aladdin is
  268. supposed to read OFF when offline, and ON when it connects with
  269. GEnie. If this is not what your indicator is doing, check:
  270.  
  271.     1. Initialization string
  272.     2. Modem cable  (Some cables wire the carrier
  273.        detect signal permanently high; Aladdin will
  274.        never think that the modem is off-line)
  275.     3. If using a serial port CARD, or an internal
  276.        modem, check the jumpers on card.
  277.  
  278. There are modems out there that are non-standard or just plain
  279. different for one reason or other, and several Aladdin users have
  280. posted their initialization strings and modem configurations to
  281. share with others. We've collected all we could, and put them
  282. into a file called MODEMS.TXT. You can find this file in the
  283. Aladdin library by searching for the keyword "modemset".  As we
  284. get more user input on non-standard modems, we will be appending
  285. this information to the file.
  286.  
  287. Aladdin will issue the initialization string to your modem each
  288. time you attempt to log on. If you find it necessary, you have
  289. the option of starting Aladdin by typing "ALADDIN /MR".  Aladdin
  290. will send the initialization string ONLY once, as the program is
  291. loading. For a list of other available startup switches, type
  292. "ALAD /?" or "ALAD /HELP".
  293.  
  294. Disk caches, certain TSR's, and LIMulators (programs that
  295. simulate expanded memory by using extended memory) are known to
  296. cause problems with Aladdin.  If you experience any unusual
  297. problems, try running Aladdin from a plain vanilla configuration
  298. (no TSRs, and nothing exotic loaded from the CONFIG.SYS file).
  299.  
  300.  
  301. -------------------------------------------------------------------
  302.                          ADDITIONAL HELP
  303. -------------------------------------------------------------------
  304.  
  305. For answers to specific questions or problems, refer to previous
  306. messages posted in the various Categories and Topics in the
  307. Aladdin Roundtable.  CLOSED topics cannot have new messages posted
  308. to them; they have been preserved as references to frequently
  309. asked questions.
  310.  
  311. If all this isn't help enough, we'll be waiting at the Roundtable
  312. to assist you.
  313.  
  314.  
  315.                    ALADDIN ROUNDTABLE SYSOPS:
  316.  
  317.                        D.Kozinn [David]
  318.                         J.Jimenez [Juan]
  319.                       Bob.Tullis1 [...Bob]
  320.